home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / ubd_20b.zip / UBD.DOC < prev    next >
Text File  |  1992-03-23  |  8KB  |  197 lines

  1.  
  2.  
  3.  
  4.                             USER'S BIRTHDAY DOOR
  5.  
  6.                                 Version 2.0b
  7.  
  8.                            SYSOP's  DOCUMENTATION
  9.  
  10.                                March 1, 1990
  11.                                      By
  12.                                Larry Reeves
  13.           ----==================================================----
  14.  
  15.  
  16.                         COPYRIGHT/LICENSE INFORMATION
  17.  
  18.           This program, the manual, and all information regarding
  19.          them are the property of HOT Programers. This program,
  20.          the manual, and all information regarding them MAY BE be
  21.          copied or distributed by any entity, private or public,
  22.          without the permission of HOT Programers Authors provided
  23.          no fees are received or transferred. This  application is
  24.          distributed through the share ware concept.
  25.  
  26.  
  27.                          COPYRIGHTS and TRADEMARKS
  28.  
  29.       HOT Doors (R) is a registered trademark of HOT COM
  30.  
  31.       Quick basic (R) is a registered trademark of Micro soft Corporation
  32.  
  33.       PCBoard (R) is a registered trademark of Clark Development Company (CDC)
  34.  
  35.       MS-DOS (R) is a registered trademark of MICRO SOFT Corporation
  36.  
  37.  
  38.       Door Source is Copyrighted Computer City, USA 1988, 1989, 1990
  39.  
  40.  
  41.  
  42.                               DISTRIBUTION
  43.  
  44.        You may make copies of the program files for USERBD  door and the
  45.       documentation files together and distribute them to others, upload
  46.       to bulletin boards etc. for non-commercial purposes. The program files
  47.       should not be distributed with registered files. None of the files
  48.       should be modified in any way.
  49.  
  50.  
  51.  
  52.                                  NOTICE
  53.  
  54.  
  55.         This program and other files associated with it are not guaranteed
  56.       to be bug free or virus free and is provided "as is" without warranty
  57.       of any kind, either expressed or implied In no event will HOT
  58.       programers, HOT COM or The HOT BBS be liable to you for any damages
  59.       arising out of the use or inability to use this program and/or all
  60.       supporting programs and documentation. Nor responsible for any damages
  61.       of any kind, including profit loses and data loss, that relate directly
  62.       or indirectly to these programs and files. You may distribute this
  63.       program, as long as it is in unmodified form with all the files
  64.       originally included.
  65.  
  66.  
  67.                   All prices and other information are
  68.                  subject to change without notice.
  69.  
  70.  
  71.                                DOOR Setup
  72.  
  73.        Make a batch file to run the DOOR as described in your PCBoard
  74.         (R) documentation.
  75.        Create a sub directory to place all the files into.
  76.  
  77.  
  78.                                  Example:
  79.  
  80.        CD \DOORS\USERBD
  81.        USERBD UBD.cfg  <== Runs USERBD.EXE passing a parameter
  82.                           of UBD.CFG
  83.        CD \PCB            an example of this file is below.
  84.        BOARD
  85.  
  86.       
  87.                              Example xxxxxxxx.CFG file:
  88.  
  89.         USERBD UBD.CFG LOCAL will tell the Door to read the configuration file,
  90.       but not to use the BBS interface file. UserBD will prompt you for a name,
  91.       and if you want to use ANSI graphics. This way, you can test the file in
  92.       the LOCAL mode without a PCBOARD.SYS, DORINFO1.DEF, CALLINFO.BBS, or
  93.       DOOR.SYS file. If you didn't specify LOCAL, it would look for the bbs
  94.       interface file that you gave it.
  95.  
  96.           Configuration File
  97.  
  98.        The configuration file's first four lines is setup up exactly like
  99.      most other doors. It should be:
  100.        Multi Node systems require a .CFG file for each node.
  101.  
  102.          Full Drive\Path\and name of PCBOARD.SYS
  103.          BBS'S name
  104.          Sysop's First name
  105.          Sysop's Last name
  106.          Registeration Number
  107.  
  108.           Type of BBS supported with this door are (PCB14, PCB121, PCB122,
  109.          WILDCAT, RBBS, or DOORSYS).
  110.  
  111.            The first line is a drive/path/filename to the bbs interface file,
  112.         and the second line is the name of the bbs using the door. The third
  113.         line is the first name of the sysop, the fourth line is the last name
  114.         of the sysop and the last line is the Registeration Number.
  115.  
  116.       A example of this when filled out would be:
  117.  
  118.          C:\PCB\PCBOARD.SYS     <---- BBS System file and path
  119.          The HOT BBS Local      <---- Your BBS Name
  120.          Larry                  <---- Sysop's First Name
  121.          Reeves                 <---- Sysop's Last Name
  122.          000000                 <---- Serial Number for registered Users
  123.       
  124.  
  125.                                DOOR Operation
  126.  
  127.       User's Birthday Door in Operation will have the status line on the bottom
  128.       of the screen on line 24 and line 25. It will show these things:
  129.  
  130.             1. The caller's baud rate
  131.             2. The caller's name
  132.             3. Time left in the door in minutes.
  133.             4. The name of your door and release version number.
  134.             5. Door Source 3.0
  135.             6. The time the door was entered, current time and flags if any.
  136.             7. Graphics mode (GR) or (NGR)
  137.             8. Bell/Caller alarm toggle status
  138.  
  139.  
  140.  
  141.       The function keys open for the sysop to use are the following:
  142.  
  143.                   F3  - Printer toggle
  144.                   F4  - Page bell toggle
  145.                   F5  - Shell to DOS
  146.                   F7  - Caller alarm toggle
  147.                   F8  - Return caller to board
  148.                   F10 - Start sysop chat
  149.                   ESC - End sysop chat
  150.                 ALT-X - Drop to DOS after caller logs off
  151.                 ALT-N - Sysop next on flag
  152.  
  153.  
  154.         UBDM.EXE is the Maintenance File and can be used from your
  155.           nightly event as:
  156.  
  157.     C:
  158.     CD\DOOR\USERBD
  159.     UBDM
  160.     COPY C:\PCB\GEN\WELL + BDAYS T:\PCB\GEN\WELCOME
  161.     COPY C:\PCB\GEN\WELLg + BDAYS T:\PCB\GEN\WELCOMEg
  162.  
  163.      Once you have changed into the Birthday Door's Directory
  164.     then we run the Maintenance program which creates the BDAYS File.
  165.     This file will have the current Users with a birthday today.
  166.     You may then use severy means to merge this file to your Welcome
  167.     screen or Logoff etc. Here we have our welcome screens labeled as
  168.     WELL & WELLG, then we merge them with the BDAYS file to WELCOME &
  169.     WELCOMEG.
  170.  
  171.      If the UBDM has a number placed after it, from 1 to 99 it will
  172.     create a AGE file. Such as you might want to know all the users
  173.     over 18 for your adult conference or all users over 65 for Free
  174.     access. UBDM 18 will create a file called AGE18.DAT, in this
  175.     file will be the names of all the users over 18 to the day. If
  176.     no number between 1 to 99 is used then the UBDM file will only
  177.     create the BDAYS file. This will be the file with todays Birthdays.
  178.  
  179.  
  180.                                REGISTER
  181.  
  182.       Call The HOT (Heart Of Tennessee) BBS to register your program.
  183.      This DOOR is FREE, if left unchanged and unregistered. If you
  184.      would like to register this Door program with us, either $10 and
  185.      download it (and the Serial Number required). For $15 we Will call
  186.      your BBS and upload it to you or mail it to you on a disk.
  187.      Please specify Disk Size.
  188.  
  189.  
  190.            The HOT BBS / USERBD
  191.            Larry Reeves
  192.            3235 Windsor Green Dr.
  193.            Murfreesboro, Tn. 37129
  194.  
  195.       Thank You for Using our Door!
  196.  
  197.